ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RomUtils.FromStringConverter<T> Delegate

In This Topic
    RomUtils.FromStringConverter<T> Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function RomUtils.FromStringConverter(Of T)( _
       ByVal stringValue As String _
    ) As T
    public delegate T RomUtils.FromStringConverter<T>( 
       string stringValue
    )

    Parameters

    stringValue

    Type Parameters

    T
    See Also